diff options
author | Mattias Andrée <maandree@kth.se> | 2021-07-29 22:00:37 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-07-29 22:00:37 +0200 |
commit | cb48d6ebf6df5208779a1995ab62179938139cb4 (patch) | |
tree | fd7ecf738d672c01cb2f3a1e0462573f26a93dd0 /perl-file-tail [moved to community]/PKGBUILD | |
parent | Update mongoclock (diff) | |
download | aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.gz aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.bz2 aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.xz |
Remove old packages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | perl-file-tail [moved to community]/PKGBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/perl-file-tail [moved to community]/PKGBUILD b/perl-file-tail [moved to community]/PKGBUILD deleted file mode 100644 index f048c58..0000000 --- a/perl-file-tail [moved to community]/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> -# Previous maintainer: Kevin Piche <kevin@archlinux.org> - -pkgname=perl-file-tail -_realname=File-Tail -pkgver=0.99.3 -pkgrel=5 -pkgdesc="Perl/CPAN File::Tail module for reading from continously updated files" -arch=('any') -license=('PerlArtistic') -url="http://search.cpan.org/dist/${_realname}/" -depends=('perl>=5.10.0') -options=(!emptydirs) -source=(http://search.cpan.org/CPAN/authors/id/M/MG/MGRABNAR/${_realname}-$pkgver.tar.gz) -md5sums=('ef0fb7bcb4181ba593f4a09940f61d1c') - -build() { - cd $srcdir/${_realname}-$pkgver - # install module in vendor directories. - perl Makefile.PL INSTALLDIRS=vendor - make -} - -package() { - cd $srcdir/${_realname}-$pkgver - make install DESTDIR=${pkgdir} -} |